C1.DataCollection Assembly / C1.DataCollection Namespace / ISupportRangeEditing<T> Interface
Members

ISupportRangeEditing<T> Interface
Specifies a calling contract for collections that support range editing.
Syntax
'Declaration
 
Public Interface ISupportRangeEditing(Of T) 
   Inherits ISupportEditing(Of T) 
 
Type Parameters
T
See Also